From 26141b3e26d7accfec671cbfe3393d8f85621ab0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 28 Aug 2008 11:38:02 +0100 Subject: [PATCH] x86: There are now two x86-specific softirqs. Signed-off-by: Keir Fraser --- xen/include/asm-x86/softirq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/softirq.h b/xen/include/asm-x86/softirq.h index 12f9d27fb2..149dea1543 100644 --- a/xen/include/asm-x86/softirq.h +++ b/xen/include/asm-x86/softirq.h @@ -4,6 +4,6 @@ #define NMI_MCE_SOFTIRQ (NR_COMMON_SOFTIRQS + 0) #define TIME_CALIBRATE_SOFTIRQ (NR_COMMON_SOFTIRQS + 1) -#define NR_ARCH_SOFTIRQS 1 +#define NR_ARCH_SOFTIRQS 2 #endif /* __ASM_SOFTIRQ_H__ */ -- 2.30.2